(Fx_show_tip): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Mar 2007 15:41:33 +0000 (15:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Mar 2007 15:41:33 +0000 (15:41 +0000)
src/macfns.c
src/w32fns.c
src/xfns.c

index 1857950aad751b469518652c5d891c38d3b0000b..d44836216547170919f00aa7175d7096af5d9471 100644 (file)
@@ -4115,6 +4115,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
        doc: /* Show STRING in a "tooltip" window on frame FRAME.
 A tooltip window is a small window displaying a string.
 
+This is an internal function; Lisp code should call `tooltip-show'.
+
 FRAME nil or omitted means use the selected frame.
 
 PARMS is an optional list of frame parameters which can be used to
index e4961a6bfbebccc8463232cee0e1b1f83c454b08..8cac4ea237671f0919d3fae17666dbaee59ca161 100644 (file)
@@ -7498,6 +7498,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
        doc: /* Show STRING in a \"tooltip\" window on frame FRAME.
 A tooltip window is a small window displaying a string.
 
+This is an internal function; Lisp code should call `tooltip-show'.
+
 FRAME nil or omitted means use the selected frame.
 
 PARMS is an optional list of frame parameters which can be
index 47e78222cbf2e1c383e431efefb51329cafc1c9e..03cbaaec8e2f2e481bc5dc1eeeab0fea325c3ca6 100644 (file)
@@ -5030,6 +5030,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
        doc: /* Show STRING in a "tooltip" window on frame FRAME.
 A tooltip window is a small X window displaying a string.
 
+This is an internal function; Lisp code should call `tooltip-show'.
+
 FRAME nil or omitted means use the selected frame.
 
 PARMS is an optional list of frame parameters which can be used to